home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 11 / Mac Magazin and MacEasy Magazine CD - Issue 11.iso / Sharewarebibliothek / Entwickler / nShell-Pro / bin / du / du.rsrc / TEXT_16000_man general.txt < prev    next >
Text File  |  1994-11-27  |  543b  |  23 lines

  1.  
  2. NAME
  3.  
  4. du - disk usage
  5.  
  6. SYNOPSIS
  7.  
  8. du [-a | -s] [pathname...]
  9.  
  10. DESCRIPTION
  11.  
  12. The "du" command displays disk usage for files and directories.  Sizes are given as the physical storage occupied by each file, in K (1024 bytes).  The physical size of a file is determined in part by the allocation block size of the disk on which it resides.  To see the actual or "logical" size of a file, use the ls command with a -l option.
  13.  
  14. OPTIONS
  15.  
  16. -a    generate an entry for each file
  17.  
  18. -s    display a grand total for each path only
  19.  
  20. RETURN CODES
  21.  
  22. <0    Error
  23. 0    Success